home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
puzzle
/
puzzle.frm
< prev
next >
Wrap
Text File
|
1999-09-07
|
24KB
|
730 lines
VERSION 5.00
Begin VB.Form Puzzle
AutoRedraw = -1 'True
Caption = "Puzzle"
ClientHeight = 7068
ClientLeft = 1272
ClientTop = 1620
ClientWidth = 8268
LinkTopic = "Form1"
ScaleHeight = 7068
ScaleWidth = 8268
Begin VB.Frame Frame1
Height = 4092
Left = 1320
TabIndex = 9
Top = 1200
Width = 3972
Begin VB.CommandButton Command1
Caption = "8"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1332
Index = 7
Left = 2640
TabIndex = 17
Top = 2760
Width = 1332
End
Begin VB.CommandButton Command1
Caption = "7"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1332
Index = 6
Left = 1320
TabIndex = 16
Top = 2760
Width = 1332
End
Begin VB.CommandButton Command1
Caption = "6"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1332
Index = 5
Left = 0
TabIndex = 15
Top = 2760
Width = 1332
End
Begin VB.CommandButton Command1
Caption = "5"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1332
Index = 4
Left = 2640
TabIndex = 14
Top = 1440
Width = 1332
End
Begin VB.CommandButton Command1
Caption = "4"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1332
Index = 3
Left = 1320
TabIndex = 13
Top = 1440
Width = 1332
End
Begin VB.CommandButton Command1
Caption = "3"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1332
Index = 2
Left = 0
TabIndex = 12
Top = 1440
Width = 1332
End
Begin VB.CommandButton Command1
Caption = "2"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1332
Index = 1
Left = 2640
TabIndex = 11
Top = 120
Width = 1332
End
Begin VB.CommandButton Command1
Caption = "1"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1332
Index = 0
Left = 1320
TabIndex = 10
Top = 120
Width = 1332
End
End
Begin VB.TextBox numbertext
Height = 372
Left = 4920
TabIndex = 5
Top = 6600
Width = 1332
End
Begin VB.TextBox depthtext
Height = 372
Left = 840
TabIndex = 4
Top = 6600
Width = 1212
End
Begin VB.CommandButton Command3
Caption = "&Manhatten"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.6
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 612
Left = 5760
TabIndex = 3
ToolTipText = "Use Manhatten heuristics to solve (fast and doesn't consume much memory)"
Top = 2400
Width = 1692
End
Begin VB.CommandButton Command2
Caption = "&New game"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.6
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 612
Left = 5760
TabIndex = 2
ToolTipText = "Reset for new game"
Top = 3600
Width = 1692
End
Begin VB.CommandButton ButtonExit
Caption = "&Exit"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.6
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 612
Left = 5760
TabIndex = 1
ToolTipText = "Terminate the program"
Top = 4680
Width = 1692
End
Begin VB.CommandButton ButtonSolve
Caption = "&BFS"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.6
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty